home *** CD-ROM | disk | FTP | other *** search
/ Amiga Collections: Auge 4000 / Auge 4000 #47 (1990-06-22)(Amiga User Gruppe Einzugsgebiet 4000).zip / Auge 4000 #47 (1990-06-22)(Amiga User Gruppe Einzugsgebiet 4000).adf / arp-pro1.3 / OLD_MANUAL / BaseName < prev    next >
Text File  |  1990-06-22  |  872b  |  67 lines

  1.  
  2.  
  3.  
  4.      BaseName(33.4)      ARP Programmers Manual    BaseName(33.4)
  5.  
  6.  
  7.  
  8.      NAME
  9.       BaseName - return basename of    pathname
  10.  
  11.      SYNOPSIS
  12.       basename = BaseName("PathName");
  13.           d0          A0
  14.  
  15.      FUNCTION
  16.       The basename of a pathname is    its last component. For
  17.       example, the basename    of DF1:FOOBAR is FOOBAR, but the
  18.       basename of DF1:Foobar/Doobar/Shobar is Shobar.  This
  19.       function returns a pointer to    the start of the basename
  20.       given    a valid    AmigaDOS path.
  21.  
  22.      INPUTS
  23.       PathName - Pointer to    a valid    pathname.
  24.  
  25.      RESULT
  26.       basename - Pointer to    start of basename.  Note that the
  27.           basename ptr may point to the    start of PathName.
  28.  
  29.      BUGS
  30.       None known.
  31.  
  32.      SEE ALSO
  33.       ObtainResidentPrg(), AddResidentPrg(),LoadPrg(),UnLoadPrg(),
  34.       CheckSumPrg(), RemResidentPrg().
  35.  
  36.      AUTHOR
  37.       SDB
  38.  
  39.  
  40.  
  41.  
  42.  
  43.  
  44.  
  45.  
  46.  
  47.  
  48.  
  49.  
  50.  
  51.  
  52.  
  53.  
  54.  
  55.  
  56.  
  57.  
  58.  
  59.  
  60.  
  61.  
  62.  
  63.      Page 1                         (printed 2/22/88)
  64.  
  65.  
  66.  
  67.